home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_6 / issue_03 / guardian / !Guardian3 / !Run < prev    next >
Encoding:
Text File  |  1992-10-15  |  542 b   |  12 lines

  1. | RISC OS Loader for !Guardian
  2. | Written by Paul Vigay (C) 1991/2
  3. |
  4. If "<System$Path>" = "" then Error 0 !System has not been seen yet.
  5. Set Guardian$Path <obey$dir>
  6. RMEnsure FPEmulator 2.70 RMLoad System:modules.FPEmulator
  7. RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later in your !System.modules directory.
  8. RMEnsure ABCLibrary 2.00 RMLoad System:modules.ABCLib
  9. RMEnsure ABCLibrary 2.00 Error You need ABCLibrary 2.00 or later in your !System.modules directory.
  10. WimpSlot -min 160k -max 160k
  11. Run "<Guardian$Path>.!RunImage" %*0
  12.